EIP-721: Non-Fungible Token Standard
NFTの標準仕様
https://eips.ethereum.org/EIPS/eip-721
https://ethereum.org/ja/developers/docs/standards/tokens/erc-721/
EIP-20: Token Standardの拡張
This standard is inspired by the ERC-20 token standard and builds on two years of experience since EIP-20 was created. EIP-20 is insufficient for tracking NFTs because each asset is distinct (non-fungible) whereas each of a quantity of tokens is identical (fungible).
ERC-721との関係は?
そもそもEIP/ERCとは?
【EIP/ERC Vol.1】〜Ethereumの標準規格について〜 | by Hiroyuki Narita | Metaps Blockchain JP | Medium
EIP: Ethereum Improvement Proposals
https://github.com/ethereum/EIPs/issues
EIP上でのRFCをERCという
Proposal上のProposalってどういうこと?基素.icon
2018 Ethereum ブロックチェーンに関する技術動向
「EIP」は、Ethereumのシステム全体に関わる様々な改善提案全般
「ERC」は、Ethereum上で動作するスマートコントラクトにより実現される機能の実装に関する標準仕様の提案(プロジェクトの自由意思で採択可能な技術提案)
EIP ⊇ ERC(ERCはEIPの部分集合)
そうか、だからEIP-721のCategoryはERCなのだな
つまりERC-721もEIP-721も同じものだ基素.icon